projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f5ecf0c
)
(install-strip): Fix whitespace.
author
Richard M. Stallman
<rms@gnu.org>
Fri, 22 Mar 1996 20:53:20 +0000
(20:53 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Fri, 22 Mar 1996 20:53:20 +0000
(20:53 +0000)
Makefile.in
patch
|
blob
|
history
diff --git
a/Makefile.in
b/Makefile.in
index 106e6862a56cb2d28fe17c3b528560bacad7a1c6..144267f52fbee8047dd9462eb24650ab0cbd8eba 100644
(file)
--- a/
Makefile.in
+++ b/
Makefile.in
@@
-390,7
+390,7
@@
install-arch-indep: mkdir
### Build Emacs and install it, stripping binaries while installing them.
install-strip:
-
$(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' \
+ $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' \
install
### Build all the directories we're going to install Emacs in. Since